home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98a.txt / 000068_icon-group-sender _Fri Feb 27 08:17:15 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: from kingfisher.CS.Arizona.EDU (kingfisher.CS.Arizona.EDU [192.12.69.239])
  3.     by baskerville.CS.Arizona.EDU (8.8.7/8.8.7) with SMTP id IAA11474
  4.     for <icon-group-addresses@baskerville.CS.Arizona.EDU>; Fri, 27 Feb 1998 08:17:14 -0700 (MST)
  5. Received: by kingfisher.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  6.     id AA00459; Fri, 27 Feb 1998 08:17:13 -0700
  7. Date: Fri, 27 Feb 1998 10:24:27 +0300 (MEST)
  8. From: Ehud Lamm <mslamm@mscc.huji.ac.il>
  9. To: Mark Evans <evans@gte.net>
  10. Cc: icon-group@optima.CS.Arizona.EDU
  11. Subject: Re: icon questions
  12. In-Reply-To: <34F34131.2689@gte.net>
  13. Message-Id: <Pine.A32.3.91.980227102156.10782B-100000@pluto.mscc.huji.ac.il>
  14. Mime-Version: 1.0
  15. Content-Type: TEXT/PLAIN; charset=US-ASCII
  16. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  17. Status: RO
  18. Content-Length: 711
  19.  
  20. > > There are several problems with translating Icon into C. Some of
  21. > > the major problems are:
  22. > >    - variables must be able to hold any value, and values must include
  23. > >      type information. In some cases, if you do enough analysis, you
  24. > >      can remove these requirements, but in general you cannot.
  25. > It seems to me that this requirement is not a hard one to handle.  Why
  26. > bother eliminating it?
  27.  
  28. However, using run time type information is usually a sure way to cause 
  29. performance problems... So agood translator/compiler should know how to 
  30. eliminate it when possible. Good programmers should code in ways the 
  31. reduce type conversions too.
  32.  
  33. Ehud Lamm     mslamm@pluto.mscc.huji.ac.il
  34.  
  35.